home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00531_stop-2a.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  181 b   |  11 lines

  1. on mouseUp
  2.   global ff
  3.   repeat with ff = 1 to 4
  4.     puppetSprite(ff, 0)
  5.   end repeat
  6.   put " " into field "display"
  7.   put " " into field "advert"
  8.   updateStage()
  9.   go("outro")
  10. end
  11.